home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / cron.monthly / 0anacron < prev    next >
Text File  |  2008-09-02  |  313b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # anacron's cron script
  4. #
  5. # This script updates anacron time stamps. It is called through run-parts
  6. # either by anacron itself or by cron.
  7. #
  8. # The script is called "0anacron" to assure that it will be executed
  9. # _before_ all other scripts.
  10.  
  11. test -x /usr/sbin/anacron || exit 0
  12. anacron -u cron.monthly
  13.